home *** CD-ROM | disk | FTP | other *** search
- ; If you like this program, please pay the registration fee.
- ; Each registration makes a difference. Don't put it off for later.
-
- e = exp(1) ; Natural log constant (2.71828182845904524)
- h = 6.626E-34 ; Planck's constant (J s)
-
- logx(base,num) = log(num) / log(base)
-
- ; redirect off ; You may need redirection off for better display depending
- ; on your screen configuration.
-
- color 11,1 ; Remove this line if you prefer not to change the screen
- ; color.